home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bare Bones Software / BBEdit 4.0 / ToolServer Support / Copy to MPW Scripts folder / BBEdit•File next >
Text File  |  1992-08-30  |  97b  |  7 lines

  1. if "{BBEditExists}" == ""
  2.     target "{1}"
  3. else
  4.     RBBEdit 'pwd ' `Directory`
  5.     RBBEdit targ "{1}"
  6. end
  7.